From: Keir Fraser Date: Tue, 11 Jan 2011 10:32:32 +0000 (+0000) Subject: xenpaging: mkdir /var/lib/xen/xenpaging during make install X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~10945 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=86ef532d290b9cc9db1950d4d01c0f7a3fe3e0af;p=xen.git xenpaging: mkdir /var/lib/xen/xenpaging during make install pagefiles go to /var/lib/xen/xenpaging directory, create this directory during make install Signed-off-by: Olaf Hering --- diff --git a/tools/xenpaging/Makefile b/tools/xenpaging/Makefile index de904bb00b..1d94710abb 100644 --- a/tools/xenpaging/Makefile +++ b/tools/xenpaging/Makefile @@ -27,6 +27,7 @@ xenpaging: $(OBJS) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LDLIBS) install: all + $(INSTALL_DIR) $(DESTDIR)/var/lib/xen/xenpaging $(INSTALL_DIR) $(DESTDIR)$(SBINDIR) $(INSTALL_PROG) $(IBINS) $(DESTDIR)$(SBINDIR)